Uses of Class
robocode.CustomEvent

Uses of CustomEvent in robocode
 

Methods in robocode with parameters of type CustomEvent
 void AdvancedRobot.onCustomEvent(CustomEvent event)
          This method will be called when a custom condition is met See the sample robots for examples of use.